home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / FILEUTIL / SYNCIT / SYNCIT.INF < prev    next >
INI File  |  1992-08-21  |  1KB  |  41 lines

  1. ; This is the Installation Information file for installing the wInstall
  2. ; example application and sources onto your system.
  3. ;
  4. ; You can compare the format and data in this file to the example file
  5. ; that you can find in DEMODSKS\DEMO.INF
  6. ;
  7. ; The only changes that have been made from that file to this, is that
  8. ; the appropriate information has been inserted to cause it to install
  9. ; the sample code, and the comments that describe the data have been
  10. ; removed.
  11. ;
  12. [dialog]
  13.     caption = "Sync-It Install Program"
  14.  
  15. [data]
  16.     defdir = C:\SYNCIT
  17.  
  18. [disks]
  19.     1 =., "SyncIt 1"
  20.  
  21. [needed.space]
  22.     minspace = 200000
  23.  
  24. [app.copy.appstuff]
  25.     #app.main,     0:
  26.  
  27. [app.main]
  28.     1:XFER.EXE,      "TRANSFER UTILITY"
  29.     1:UPDATE.EXE,    "UPDATE UTILITY"
  30.     1:SYNCIT.HLP,    "On-Line Manual"
  31.     1:REGCARD.TXT,   "Registration Card"
  32.  
  33. [progman.groups]
  34.     "Sync-It",Sync-It.grp
  35.     
  36. [Sync-It]
  37.     "Transfer",xfer.exe
  38.     "Update",update.exe,update.exe
  39.     "On-Line Manual",SyncIt.hlp,xfer.exe, 1
  40.     "Registration", regcard.txt,xfer.exe, 3
  41.